home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Realizing the Dream - An …al Space Station Sampler
/
Realizing the Dream - An International Space Station Sampler (NASA).iso
/
pc
/
wt
/
webmodule
/
introtext.swf
/
scripts
/
frame_3
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-10-31
|
329 b
|
19 lines
mstart = "1";
mstop = "3";
if(mstart.substr("1","1") eq "1")
{
gotoAndStop("start");
play();
}
else if(mstart.substr("1","1") eq "2")
{
nsecs = mstart.substr("3","3");
set("return","start");
gotoAndStop("wainnsec");
play();
}
else if(mstart.substr("1","1") eq "3")
{
gotoAndStop("stop");
}